翻訳と辞書
Words near each other
・ Predoslje
・ Predrag
・ Predrag Alempijević
・ Predrag Antonijević
・ Predhiman Krishan Kaw
・ Predia
・ Prediabetes
・ Predicable
・ Predicament
・ Predicament bondage
・ Predicament escape
・ Predicate
・ Predicate (grammar)
・ Predicate (mathematical logic)
・ Predicate abstraction
Predicate dispatch
・ Predicate functor logic
・ Predicate logic
・ Predicate transfer
・ Predicate transformer semantics
・ Predicate variable
・ Predicative
・ Predicative expression
・ Predicative programming
・ Predicative verb
・ Predicrostonyx
・ Predicta
・ Predictability
・ Predictable
・ Predictable (Delta Goodrem song)


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Predicate dispatch : ウィキペディア英語版
Predicate dispatch
In computer programming, predicate dispatch is a generalisation of multiple dispatch ("multimethods") that allows the method to call to be selected at runtime based on arbitrary decidable logical predicates and/or pattern matching attached to a method declaration.
Julia has a package for it with ''(PatternDispatch.jl ) but otherwise natively supports multiple dispatch.
Experimental implementations have been created for Common LISP, and for Java (JPred〔).
It allows open extension of previously declared methods at a fine-grained level, but multiple extensions with identical or overlapping predicates created by different developers may interfere with each other in unanticipated ways. In this respect it is similar to aspect-oriented programming.
== References ==


抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Predicate dispatch」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.